home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2747 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  1KB  |  42 lines

  1. on(release){
  2.    if(_root.poz == "c")
  3.    {
  4.       if(_root.draglej == 10)
  5.       {
  6.          _root.d_baron.i = "sklenicka_nenitreba";
  7.       }
  8.       else if(_root.draglej == 38 && 3 >= _root.ii10 && _root.ii27 == 0 && _root.ii31 < 2)
  9.       {
  10.          _root.d_loupeznik.i = "start";
  11.       }
  12.       else if(_root.draglej == 38 && _root.ii27 == 0)
  13.       {
  14.          _root.ii27 = 1;
  15.          _root.hrabej.sklenicka.gotoAndStop("full");
  16.          _root.d_baron.i = "sklenicka_nalit2";
  17.       }
  18.       else if(_root.draglej == 38 && _root.ii27 == 1)
  19.       {
  20.          _root.d_baron.i = "sklenicka_plna";
  21.       }
  22.       else if(_root.draglej == 38 && _root.ii27 == 2)
  23.       {
  24.          _root.d_baron.i = "sklenicka_staci";
  25.       }
  26.       else if(0 < _root.draglej)
  27.       {
  28.          _root.d_baron.i = "sklenicka_bad";
  29.       }
  30.       else
  31.       {
  32.          _root.d_baron.i = "sklenicka_vzit";
  33.       }
  34.    }
  35.    else
  36.    {
  37.       _root.pepa.gotoAndPlay(_root.poz add "c");
  38.    }
  39.    _root.stopdragall();
  40.    _root.hideall();
  41. }
  42.